home *** CD-ROM | disk | FTP | other *** search
- object ReaderSettingsForm: TReaderSettingsForm
- Left = 241
- Top = 763
- BorderStyle = bsDialog
- Caption = 'Reader Settings'
- ClientHeight = 303
- ClientWidth = 398
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnHelp = FormHelp
- OnMouseDown = FormMouseDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 222
- Width = 398
- Height = 61
- Align = alBottom
- TabOrder = 0
- object OkButton: TButton
- Left = 192
- Top = 17
- Width = 89
- Height = 25
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 288
- Top = 17
- Width = 89
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 1
- end
- end
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 398
- Height = 222
- ActivePage = CapTabSheet
- Align = alClient
- HotTrack = True
- TabIndex = 0
- TabOrder = 1
- object CapTabSheet: TTabSheet
- ImageIndex = 1
- object AllowSubDataCheckBox: TCheckBox
- Left = 32
- Top = 38
- Width = 337
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnMouseDown = FormMouseDown
- end
- object AllowSubAudioCheckBox: TCheckBox
- Left = 32
- Top = 70
- Width = 337
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnMouseDown = FormMouseDown
- end
- object AllowCDTextCheckBox: TCheckBox
- Left = 32
- Top = 102
- Width = 337
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- object ReaderDefaultButton: TButton
- Left = 240
- Top = 144
- Width = 97
- Height = 25
- TabOrder = 3
- OnClick = ReaderDefaultButtonClick
- end
- end
- object FESTabSheet: TTabSheet
- ImageIndex = 1
- object RetriesLabel: TLabel
- Left = 48
- Top = 48
- Width = 169
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Lala'
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object CorrectionLabel: TLabel
- Left = 48
- Top = 96
- Width = 169
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Retries'
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object HardRetries: TComboBox
- Left = 240
- Top = 48
- Width = 97
- Height = 21
- Style = csDropDownList
- DropDownCount = 16
- ItemHeight = 13
- PopupMenu = MainForm.PopupMenu1
- TabOrder = 0
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
- '14'
- '15')
- end
- object Recovery: TComboBox
- Left = 240
- Top = 96
- Width = 97
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- PopupMenu = MainForm.PopupMenu1
- TabOrder = 1
- end
- object DefaultButton: TButton
- Left = 240
- Top = 144
- Width = 97
- Height = 25
- TabOrder = 2
- OnClick = DefaultButtonClick
- OnMouseDown = FormMouseDown
- end
- end
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 283
- Width = 398
- Height = 20
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- end
-